Welcome![Sign In][Sign Up]
Location:
Search - bilinear matlab

Search list

[matlab2D CUDA-based bilinear interpolation

Description: This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage. BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, 'MEX') variables in the Makefile to appropriate values, then simply run 'make' at a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created. This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized operations (taking, say, a 50x50 matrix up to 1000x1000) CUDA-based code is 5-10x faster than linear interp2 (as tested on a MBP 2.4GHz C2D, GeForce 8600M GT). With very (VERY) large matrices, however, it has the capability of completely crashing your computer or giving bizarre results. Be careful!
Platform: | Size: 37881 | Author: whitewalter | Hits:

[Algorithmopencv to matlab

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 667609 | Author: shshlzh | Hits:

[Picture Viewerbilinear_algorithm

Description: 图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
Platform: | Size: 1024 | Author: 王华 | Hits:

[Communication-Mobilematlab-IIR

Description: 用冲激响应不变法和双线性变换法设计IIR的MATLAB程序-Impulse response using the same method and bilinear transformation method of the MATLAB program design IIR
Platform: | Size: 8192 | Author: s.y | Hits:

[matlabbiliner-matlab

Description: 双线性插值的matlab实现,可以用于运动补偿,对处理后的图像进行重建等。-Bilinear interpolation matlab realize that can be used for motion compensation, to deal with the images after reconstruction.
Platform: | Size: 1024 | Author: kevin | Hits:

[Special Effectsbilinear

Description: 双线性插值方法,输出像素的值为其坐标2x2领域内像素值的加权平均。-Bilinear interpolation method, the output pixel values for the coordinates of the area of 2x2 pixels of the weighted average value.
Platform: | Size: 2048 | Author: chenqunqin | Hits:

[Special Effectsbilinear

Description: 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用-Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use
Platform: | Size: 1024 | Author: 舟子还 | Hits:

[Graph programblinear(matlab)

Description: 图像几何变换(如旋转)时用到的最近领域和双线性插值方法,-Image geometric transformations (eg rotation), when used in recent field and bilinear interpolation methods,
Platform: | Size: 931840 | Author: 黄伟麟 | Hits:

[Database systemBilinear_Interpolation

Description: MATLAB双线性插值法对图像进行放大和缩小-MATLAB bilinear interpolation image zoom in and out
Platform: | Size: 1024 | Author: shen hong | Hits:

[Special EffectsBilinearInterplate.m

Description: 双线性插值(Bilinear Interpolation)-Bilinear interpolation (Bilinear Interpolation)
Platform: | Size: 36864 | Author: tsai | Hits:

[matlabMatlab

Description: MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Platform: | Size: 3072 | Author: matlab | Hits:

[matlabbilinear

Description: a matlab code for bilinear zooming. by: d m
Platform: | Size: 1024 | Author: davood | Hits:

[matlabbilinear

Description: image resample code bilinear with Matlab
Platform: | Size: 223232 | Author: giros | Hits:

[matlabmatlab-DSP

Description: 包括信号系统和系统响应,FFT谱分析,双线性法设计IIR数字滤波器,窗函数法设计FIR数字滤波器,四部分matlab仿真程序,以及必要的说明。-Including the signal system and the system response, FFT spectrum analysis, bilinear Design of IIR digital filters, window function method for the design FIR digital filters, four-part matlab simulation program, and the necessary instructions.
Platform: | Size: 696320 | Author: 倪宁 | Hits:

[Multimedia programbilinear

Description: bilinear pgm without using bilinear command
Platform: | Size: 9216 | Author: grishma | Hits:

[OtherMATLAB

Description: 基于 MATLAB 的语音信号分析与处理的课程设计.录制一段自己的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;给定滤波器的性能指标,采用窗函数法或双线性变换设计滤波器,并画出滤波器的频率响应;然后用自己设计的滤波器对采集的语音信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号-MATLAB-based voice signal analysis and processing of the curriculum. Record a voice signal itself, and the recorded signal is sampled draw sampled speech signal time-domain waveform and frequency spectrum filter performance given by using window method or the bilinear transformation to design a filter, and draw the filter frequency response then filter of their own design collection of the speech signal is filtered, the filtered signal to draw the time domain waveform and frequency spectrum, and filter the signal before and after comparison, analysis of signal changes playback voice signal
Platform: | Size: 1201152 | Author: 姚梅 | Hits:

[matlabbilinear

Description: lena 图像的线性插值 对图像处理的理解很有帮助-lena bilinear
Platform: | Size: 809984 | Author: Allen | Hits:

[matlabbilinear

Description: 线性插值,matlab函数计算,比较适合初学者学习。-Linear interpolation, matlab function calculation, suitable for beginners to learn.
Platform: | Size: 1024 | Author: redxuech | Hits:

[matlabBilinear Interpolate for Image

Description: The following Matlab project contains the source code and Matlab examples used for image processing zooming an image using bilinear interpolation . An image in your root directory can be zoomed by calling the above program. The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Platform: | Size: 1655 | Author: qqst@tom.com | Hits:

[Special Effectsmatlab图像滤波去噪分析及其应用

Description: matlab图像滤波去噪分析及其应用 双线性滤波、Kirsch滤波、超限邻域滤波、逆滤波、双边滤波、同态滤波、小波滤波、六抽头滤波、约束最小平方滤波、非线性复扩散滤波、Lee滤波、Gabor滤波,、Wiener滤波、Kuwahara滤波、Beltrami流滤波、Lucy?Richardson滤波、NoLocalMeans滤波等研究内容。(Analysis and application of MATLAB image filtering and denoising Bilinear filtering, Kirsch filtering, transfinite neighborhood filtering, inverse filtering, bilateral filtering, homomorphic filtering, wavelet filtering, six tap filtering, constrained least square filtering, nonlinear complex diffusion filtering, Lee filtering, Gabor filtering, Wiener filtering, Kuwahara filtering, Beltrami flow filtering, Lucy Richardson filtering, nolocalmeans filtering, etc.)
Platform: | Size: 77824 | Author: 张先森zxs | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net